home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / enscript.4 / enscript / enscript-1.4.0 / lib / enscript.cfg.in < prev    next >
Encoding:
Text File  |  1996-05-24  |  3.7 KB  |  140 lines

  1. # GNU Enscript configuration file.
  2. # Copyright (c) 1995 Markku Rossi.
  3. #
  4. # Author: Markku Rossi <mtr@iki.fi>
  5. #
  6. #
  7. #
  8. # This file is part of GNU enscript.
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; either version 2, or (at your option)
  12. # any later version.
  13. #
  14. # This program is distributed in the hope that it will be useful,
  15. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17. # GNU General Public License for more details.
  18. #
  19. # You should have received a copy of the GNU General Public License
  20. # along with this program; see the file COPYING.  If not, write to
  21. # the Free Software Foundation, 59 Temple Place - Suite 330,
  22. # Boston, MA 02111-1307, USA.
  23. #
  24.  
  25. # Do we accept PostScript font's composite characters?  As a default,
  26. # this is false because I think this is GhostScript dependant.
  27. AcceptCompositeCharacters: 0
  28.  
  29. # Lookup path for the AFM files.
  30. AFMPath: @DATADIR@/enscript:/usr/local/lib/ps:/usr/lib/ps
  31.  
  32. # Append ^D character to the end of the output.  Some printers like HP
  33. # LaserJet 5 require this but the default is `false'. 
  34. AppendCtrlD: 0
  35.  
  36. # How characters greater than 127 are printed:
  37. #   1    generate clean 7-bit code; print characters greater than 127
  38. #    in the backslash-octal notation `\xxx' (default)
  39. #   0    generate 8-bit code
  40. Clean7Bit: 1
  41.  
  42. # Default input encoding.
  43. DefaultEncoding: latin1
  44.  
  45. # Default fancy header.
  46. DefaultFancyHeader: enscript
  47.  
  48. # Default output media.
  49. DefaultMedia: @media@
  50.  
  51. # Where output goes as a default: `printer' or `stdout'
  52. DefaultOutputMethod: printer
  53.  
  54. # Include following font files to all PostScript outputs.
  55. #
  56. # DownloadFont: FooFont1
  57. # DownloadFont: FooFont2
  58.  
  59. # The escape character for special escapes.
  60. EscapeChar: 0
  61.  
  62. # What to do when a formfeed character is encountered from input:
  63. #  column    move to the beginning of the next column
  64. #  page        move to the beginning of the next page
  65. FormFeedType: column
  66.  
  67. # The gray level which is used to print highlight bars.
  68. HighlightBarGray: .97
  69.  
  70. # How high highlight bars are in lines.  The default is 0 so no
  71. # highlight bars are printed.
  72. # HighlightBars: 2
  73.  
  74. # Library path.  Let's use built-in default.
  75. # LibraryPath: 
  76.  
  77. # Media definitions:
  78. #    name        width    height    llx    lly    urx    ury
  79. Media:    A3        842    1190    24    24    818    1166
  80. Media:    A4        595    842    24    24    571    818
  81. Media:    A5        420    595    24    24    396    571
  82. Media:    Legal        612    1008    24    24    588    984  
  83. Media:  Letter        612    792    24    24    588    768
  84.  
  85. # HP DeskJet media (DeskJet can't print on the bottom 1/2" of the paper).  
  86. Media:    A4dj        595    842    24    50    571    818
  87. Media:  Letterdj        612     792     24      40      588     768
  88.  
  89. # How non-printable characters are printed: `caret', `octal',
  90. # `questionmark' or `space'.
  91. NonPrintableFormat: octal
  92.  
  93. # Default page label format: `short' or `long'.
  94. PageLabelFormat: short
  95.  
  96. # Enable / disable page prefeed.
  97. PagePrefeed: 0
  98.  
  99. # Printer name to spool to.  As a default we want to use system's
  100. # default printer.  
  101. # Printer: ps
  102.  
  103. # The spooler command switch to select the printer queue.
  104. QueueParam: -P
  105.  
  106. # Pass following Page Device options to the generated output.
  107. #
  108. # Duplex printing.
  109. # SetPageDevice: Duplex:true
  110.  
  111. # Printer spooler command name.
  112. Spooler: lpr
  113.  
  114. # Pass following statusdict options to the generated output.
  115. #
  116. # Use always paper tray 1.
  117. # StatusDict: setpapertray:1
  118.  
  119. # As a default, print this underlay text to all document.
  120. # Underlay: mtr's printout
  121.  
  122. # Underlay text angle.
  123. # UnderlayAngle: 45
  124.  
  125. # Select underlay font.
  126. UnderlayFont: Times-Roman200
  127.  
  128. # Select underlay gray.
  129. UnderlayGray: .8
  130.  
  131. # Underlay text starting position.
  132. # UnderlayPosition: +0-0
  133.  
  134. # Underlay style: `outline' or `filled'
  135. UnderlayStyle: outline
  136.  
  137. # EOF
  138.